projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f57637
)
Add missing quotation mark
author
Jake Goulding
<shepmaster@mac.com>
Mon, 26 Sep 2016 19:11:36 +0000
(15:11 -0400)
committer
GitHub
<noreply@github.com>
Mon, 26 Sep 2016 19:11:36 +0000
(15:11 -0400)
src/doc/specifying-dependencies.md
patch
|
blob
|
history
diff --git
a/src/doc/specifying-dependencies.md
b/src/doc/specifying-dependencies.md
index c7b95fdac6ab480f050c31db19993c1f2012ade3..fb61a8db7ce91bd1f1f5afdaabb5a334d3742a0b 100644
(file)
--- a/
src/doc/specifying-dependencies.md
+++ b/
src/doc/specifying-dependencies.md
@@
-307,7
+307,7
@@
winhttp = "0.4.0"
[target.'cfg(unix)'.dependencies]
openssl = "1.0.1"
-[target.'cfg(target_arch = "x86)'.dependencies]
+[target.'cfg(target_arch = "x86
"
)'.dependencies]
native = { path = "native/i686" }
[target.'cfg(target_arch = "x86_64")'.dependencies]